home *** CD-ROM | disk | FTP | other *** search
/ Windows News 1997 February / Windows News CD #1 - Fev 97.iso / share / cdel100 / readme.txt < prev    next >
Encoding:
Text File  |  1997-01-22  |  2.3 KB  |  69 lines

  1. Introduction
  2.  
  3. CDEL is used to delete mis-placed files automatically.  At first I wrote
  4. it because from time to time I extract a just-downloaded shareware package
  5. into the current directory and all files are mixed up.  It can also be
  6. used to clean up mis-copied files.
  7.  
  8.  
  9. Usage
  10.  
  11. For example: You extract CDEL.ZIP into C:\, there are other important files
  12. like AUTOEXEC.BAT and CONFIG.SYS.  Now, you may extract the archive into a
  13. new subdirectory like C:\NEWTOOL, then execute CDEL.EXE:
  14.  
  15.         C:\>C:\NEWTOOL\CDEL C:\NEWTOOL
  16.  
  17. to clean C:\. (In this example, file both in C:\ and C:\NEWTOOL will be
  18. deleted.)
  19.  
  20. IMPORTANT:  CDEL will ONLY delete files in CURRENT directory! So you must
  21. execute it in the directory you want to clean.  It is a good idea to put
  22. CDEL into your PATH directory.
  23.  
  24. CDEL also support "DIR-style" filelist.  All files in filelist and appear
  25. in current directory will be deleted.  Note that only "DIR-style" filelist
  26. can be used. That is: only one file per line and filename listed first.
  27. Windows 95 and Windows NT style DIR list are not supported in this version.
  28.  
  29.  
  30. Commandline Parameters:
  31.  
  32. Format:   CDEL [/D /N /P /Q /X] file
  33.  
  34.           file: comparative directory or filelist to delete.
  35.  
  36.           /D: Delete different files. Maybe used to synchronize two
  37.               directories.
  38.           /N: Do nothing, just see what will happen.
  39.           /P: Prompt before delete.
  40.           /Q: Quiet, do not display filenames while deleting.
  41.           /X: Do not verify.  Without this parameter, CDEL will check
  42.               file size and time stamps to ensure the files are same.
  43.               Note that if you use "filelist", CDEL will NOT do any
  44.               verify even without /X.
  45.           /?: Display help message.
  46.  
  47.  
  48. Contact the author
  49.  
  50. Any comments, bug reports and advice are welcomed.  The author may be
  51. reached at the following address:
  52.  
  53.                 Mr Xiangrong Fang
  54.                 603 2 305 Hetian Rd
  55.                 Shanghai 200070
  56.                 P R China
  57.  
  58. or by e-mail:
  59.  
  60.         Xiangrong Fang <wusong@public.sta.net.cn>
  61.                        <zjfang@fudan.ihep.ac.cn>
  62.  
  63.  
  64. Disclaimer
  65.  
  66. CDEL is provided AS-IS.  The author is NOT liable for any damages may
  67. caused by use or unable to use this software. User comments are welcomed
  68. but NO custom support is guaranteed.
  69.